Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Fix parsing of UTC times that are not RFC3339 conformant.#89

Merged
jhendrixMSFT merged 1 commit into
Azure:masterfrom
jhendrixMSFT:master
Sep 27, 2016
Merged

Fix parsing of UTC times that are not RFC3339 conformant.#89
jhendrixMSFT merged 1 commit into
Azure:masterfrom
jhendrixMSFT:master

Conversation

@jhendrixMSFT

Copy link
Copy Markdown
Member

Some APIs don't fully comply with RFC3339 and omit the time zone suffix
which breaks unmarshaling. To work around this I have added another
formatting for time parsing that omits the suffix.
Ideally the APIs should return proper RFC3339 time information, will
follow up on this separately.

Some APIs don't fully comply with RFC3339 and omit the time zone suffix
which breaks unmarshaling.  To work around this I have added another
formatting for time parsing that omits the suffix.
@jhendrixMSFT

Copy link
Copy Markdown
Member Author

CC @garimakhulbe

@jhendrixMSFT

Copy link
Copy Markdown
Member Author

Fixes Azure/azure-sdk-for-go#402

@jhendrixMSFT

Copy link
Copy Markdown
Member Author

This has been updated in the Go SDK repo see Azure/azure-sdk-for-go#405

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant